diff options
Diffstat (limited to 'src/app/anime/[id]')
| -rw-r--r-- | src/app/anime/[id]/info.module.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/app/anime/[id]/info.module.css b/src/app/anime/[id]/info.module.css index aa1e044..e8bfc54 100644 --- a/src/app/anime/[id]/info.module.css +++ b/src/app/anime/[id]/info.module.css @@ -7,7 +7,7 @@ display: flex; flex-direction: column; width: 98%; - margin: 0px auto; + margin: 80px auto; } .titleContainer { @@ -19,9 +19,9 @@ .titleContainer p { color: var(--neon-green); width: 60%; - font-family: "Quicksand"; - font-weight: 1000; - font-size: 28px; + font-family: "Poppins"; + font-weight: 500; + font-size: 34px; } .titleContainer img { |